home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 22
/
Oxygen Multimedia Graphics 22.iso
/
pc
/
System
/
OX22
/
Bonus_12_OpenExtras.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-12
|
232 b
|
12 lines
global ds, goUp
on mouseUp
file2open = the moviePath & goUp & "Extras"
baOpenFile(file2open, EMPTY)
if the platform contains "Mac" then
Ok = baActivateWindow(baFindWindow("MACS", EMPTY))
else
nothing()
end if
end